home *** CD-ROM | disk | FTP | other *** search
/ Hot Super Models / Hot Super Models.iso / mac / jpeg2gif.cpt / jpeg2gif / Readme.First
Text File  |  1991-11-12  |  2KB  |  51 lines

  1. Note: This is a very primitive port of the ╥djpeg╙ package that was 
  2. developed by the group working on the ╥JPeg╙ implementations that 
  3. are supposed to be running across many platforms RSN.  These 
  4. programs are still in the testing phase.  This program is intended to 
  5. be used as a bridge until the final versions become available.
  6.  
  7. Usage:
  8.  
  9. Place the application in the same folder where the .jpg file resides.
  10.  
  11. Launch the application.  When the console dialog appears, at the 
  12. point where the cursor is positioned, enter:
  13.  
  14.     <file>.jpg <file>.ppm
  15.  
  16. For example, if I have a file names ╥test.jpg╙, I would be presented 
  17. with a line like:
  18.  
  19.     djpeg 
  20.  
  21. to which I would add to make the complete line:
  22.  
  23.     djpeg test.jpg test.ppm
  24.  
  25. Press return or click ╥OK╙.
  26.  
  27. I╒ve included the ╥README╙ file from the original distribution.  I 
  28. don╒t recommend using the ╥gif╙ creation option, since the color 
  29. selection is abysmal.
  30.  
  31. The only differences between this program and the distribution 
  32. where changes made to enable the correct compilation options, the 
  33. display of the opening copyright messages, and the ╥Working...╙ 
  34. implementation.
  35.  
  36. There are two versions of this program being posted.  ╥djpeg╙ was 
  37. compiled with vanilla 60000 code and no 68881 math co-processor 
  38. support.  It should run on any Mac.  The time required to 
  39. decompress a 32K jpg file into a 497K ppm file was about four 
  40. minutes (not counting the time required for the final write to flush 
  41. the output file.  The timing was done on a Mac IIci.
  42.  
  43. The ╥dpeg.020.68881╙ version has been compiled with both 68020 
  44. and 68881 code generation enabled.  It will only work on Macs that 
  45. have both of these chips.  The timing for the above decompression 
  46. was about 40 seconds.
  47.  
  48. You will also need to obtain the ╥ppmquant╙ and ╥ppmtogif╙ 
  49. programs to make proper use of this program.  They should be 
  50. posted within a couple of days.
  51.